Skip to content

Commit 8cd7e73

Browse files
committed
Update dependency versions.
1 parent 38a0466 commit 8cd7e73

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,23 +151,23 @@
151151
<dependency>
152152
<groupId>junit</groupId>
153153
<artifactId>junit</artifactId>
154-
<version>4.13.1</version>
154+
<version>4.13.2</version>
155155
<scope>test</scope>
156156
</dependency>
157157
<dependency>
158158
<groupId>commons-dbcp</groupId>
159159
<artifactId>commons-dbcp</artifactId>
160-
<version>1.2.2</version>
160+
<version>1.4</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>javax.persistence</groupId>
164164
<artifactId>persistence-api</artifactId>
165-
<version>1.0</version>
165+
<version>1.0.2</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>javax.xml.bind</groupId>
169169
<artifactId>jaxb-api</artifactId>
170-
<version>2.2</version>
170+
<version>2.3.1</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>org.jgrapht</groupId>
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>xerces</groupId>
179179
<artifactId>xercesImpl</artifactId>
180-
<version>2.12.0</version>
180+
<version>2.12.1</version>
181181
</dependency>
182182
</dependencies>
183183
</dependencyManagement>

sequencing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.google.guava</groupId>
1818
<artifactId>guava</artifactId>
19-
<version>24.1.1-jre</version>
19+
<version>30.1.1-jre</version>
2020
</dependency>
2121
</dependencies>
2222
</dependencyManagement>

0 commit comments

Comments
 (0)