Skip to content

Commit ef4ef74

Browse files
fix(deps): update all dependencies j:cdx-227
1 parent abad7b1 commit ef4ef74

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>org.apache.maven.plugins</groupId>
5252
<artifactId>maven-source-plugin</artifactId>
53-
<version>3.0.0</version>
53+
<version>3.3.0</version>
5454
<configuration/>
5555
<executions>
5656
<execution>
@@ -133,22 +133,22 @@
133133
<dependency>
134134
<groupId>com.google.code.gson</groupId>
135135
<artifactId>gson</artifactId>
136-
<version>2.8.9</version>
136+
<version>2.10.1</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>io.github.cdimascio</groupId>
140140
<artifactId>dotenv-java</artifactId>
141-
<version>2.2.0</version>
141+
<version>2.3.2</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>joda-time</groupId>
145145
<artifactId>joda-time</artifactId>
146-
<version>2.10.10</version>
146+
<version>2.12.5</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.mockito</groupId>
150150
<artifactId>mockito-core</artifactId>
151-
<version>4.7.0</version>
151+
<version>4.11.0</version>
152152
<scope>test</scope>
153153
</dependency>
154154
<dependency>
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>commons-codec</groupId>
162162
<artifactId>commons-codec</artifactId>
163-
<version>1.9</version>
163+
<version>1.15</version>
164164
</dependency>
165165

166166

0 commit comments

Comments
 (0)