Skip to content

Commit e17c1f5

Browse files
Update all non-major maven dependencies
1 parent cadd80e commit e17c1f5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>binbase</artifactId>
13-
<version>1.0.4-SNAPSHOT</version>
13+
<version>1.0.5-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>binbase</name>
@@ -97,12 +97,12 @@
9797
<dependency>
9898
<groupId>javax.xml.bind</groupId>
9999
<artifactId>jaxb-api</artifactId>
100-
<version>2.3.0</version>
100+
<version>2.3.1</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.glassfish.jaxb</groupId>
104104
<artifactId>jaxb-runtime</artifactId>
105-
<version>2.3.0</version>
105+
<version>2.3.9</version>
106106
<scope>runtime</scope>
107107
</dependency>
108108
<dependency>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.apache.commons</groupId>
125125
<artifactId>commons-lang3</artifactId>
126-
<version>3.12.0</version>
126+
<version>3.15.0</version>
127127
</dependency>
128128

129129
<!-- Tests -->
@@ -231,7 +231,7 @@
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-remote-resources-plugin</artifactId>
234-
<version>1.5</version>
234+
<version>1.7.0</version>
235235
<dependencies>
236236
<dependency>
237237
<groupId>org.apache.maven.shared</groupId>

0 commit comments

Comments
 (0)