Skip to content

Commit

Permalink
guava 33.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaenick committed Jan 20, 2024
1 parent b146382 commit 85b486d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GPMS-db-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down
2 changes: 1 addition & 1 deletion GPMS-glassfish3-ldap-realm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>de.cebitec.gpms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion GPMS-glassfish3-sql-realm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.1-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>de.cebitec.gpms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion GPMS-ldap-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>de.cebitec.gpms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion GPMS-sql-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.1-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 85b486d

Please sign in to comment.