Skip to content

Commit

Permalink
Merge pull request #860 from alphagov/dependabot/maven/com.google.cod…
Browse files Browse the repository at this point in the history
…e.gson-gson-2.11.0

Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
  • Loading branch information
SandorArpa authored May 20, 2024
2 parents 6ab5d94 + 6c8a666 commit ace24b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logging-dropwizard-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
Expand Down

0 comments on commit ace24b2

Please sign in to comment.