Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
deps: bump some dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit 8862560)
  • Loading branch information
manusa committed Jul 21, 2022
1 parent d912f04 commit d97f07f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
<version.jgit>5.3.0.201903130848-r</version.jgit>
<version.hamcrest-library>1.3</version.hamcrest-library>
<version.assertj>3.11.1</version.assertj>
<version.jackson>2.10.0</version.jackson>
<version.snakeyaml>1.25</version.snakeyaml>
<version.jackson>2.10.5</version.jackson>
<version.snakeyaml>1.30</version.snakeyaml>

<!-- ======================================================= -->
<!-- === Java base image versions for docker, s2i (istag == s2i) -->
Expand Down Expand Up @@ -384,7 +384,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>2.8.9</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -422,7 +422,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.11.0</version>
</dependency>

<!-- == maven ===================================== -->
Expand Down

0 comments on commit d97f07f

Please sign in to comment.