Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded dependencies to latest bugfix versions #1775

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgraded postgis 2024.1.0, posgresql 42.7.4, and primefaces 14.0.10
tfr42 committed Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4d9032167b1442fbfb587f7efb90b4ef5fdc1ad0
4 changes: 2 additions & 2 deletions deegree-services/deegree-webservices/pom.xml
Original file line number Diff line number Diff line change
@@ -278,12 +278,12 @@
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>14.0.6</version>
<version>14.0.10</version>
</dependency>
<dependency>
<groupId>org.primefaces.extensions</groupId>
<artifactId>primefaces-extensions</artifactId>
<version>14.0.6</version>
<version>14.0.10</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -823,17 +823,17 @@
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2.5.1</version>
<version>2024.1.0</version>
</dependency>
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-geometry</artifactId>
<version>2.5.1</version>
<version>2024.1.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
<version>42.7.4</version>
</dependency>
<!-- Oracle (Official provided driver from repo1.maven.org) -->
<dependency>