Skip to content

Commit ee11e49

Browse files
author
Simen Støa
committed
upgrade dependencies
1 parent 5ccbb6c commit ee11e49

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

jaxb/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.glassfish.jaxb</groupId>
4040
<artifactId>jaxb-runtime</artifactId>
41-
<version>2.3.5</version>
41+
<version>2.3.6</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>
@@ -84,31 +84,31 @@
8484
<dependency>
8585
<groupId>nl.jqno.equalsverifier</groupId>
8686
<artifactId>equalsverifier</artifactId>
87-
<version>3.8</version>
87+
<version>3.13</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.javers</groupId>
9292
<artifactId>javers-core</artifactId>
93-
<version>6.5.3</version>
93+
<version>6.9.1</version>
9494
<scope>test</scope>
9595
</dependency>
9696
<dependency>
9797
<groupId>no.digipost</groupId>
9898
<artifactId>digg</artifactId>
99-
<version>0.30</version>
99+
<version>0.33</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.slf4j</groupId>
104104
<artifactId>jcl-over-slf4j</artifactId>
105-
<version>1.7.32</version>
105+
<version>2.0.5</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.slf4j</groupId>
110110
<artifactId>slf4j-simple</artifactId>
111-
<version>1.7.32</version>
111+
<version>2.0.5</version>
112112
<scope>test</scope>
113113
</dependency>
114114
</dependencies>
@@ -123,7 +123,7 @@
123123
</plugin>
124124
<plugin>
125125
<artifactId>maven-javadoc-plugin</artifactId>
126-
<version>3.3.1</version>
126+
<version>3.4.1</version>
127127
<configuration>
128128
<excludePackageNames>no.digipost.signature.api.xml.*</excludePackageNames>
129129
<detectOfflineLinks>false</detectOfflineLinks>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>com.github.siom79.japicmp</groupId>
142142
<artifactId>japicmp-maven-plugin</artifactId>
143-
<version>0.15.4</version>
143+
<version>0.17.1</version>
144144
<configuration>
145145
<oldVersion>
146146
<dependency>
@@ -205,7 +205,7 @@
205205
<dependency>
206206
<groupId>org.glassfish.jaxb</groupId>
207207
<artifactId>jaxb-runtime</artifactId>
208-
<version>2.3.5</version>
208+
<version>2.3.6</version>
209209
</dependency>
210210
</dependencies>
211211
<configuration>

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
<plugins>
3434
<plugin>
3535
<artifactId>maven-dependency-plugin</artifactId>
36-
<version>3.1.2</version>
36+
<version>3.3.0</version>
3737
</plugin>
3838
<plugin>
3939
<artifactId>maven-help-plugin</artifactId>
40-
<version>3.2.0</version>
40+
<version>3.3.0</version>
4141
</plugin>
4242
<plugin>
4343
<artifactId>maven-clean-plugin</artifactId>
44-
<version>3.1.0</version>
44+
<version>3.2.0</version>
4545
</plugin>
4646
<plugin>
4747
<artifactId>maven-resources-plugin</artifactId>
48-
<version>3.2.0</version>
48+
<version>3.3.0</version>
4949
</plugin>
5050
<plugin>
5151
<artifactId>maven-compiler-plugin</artifactId>
52-
<version>3.8.1</version>
52+
<version>3.10.1</version>
5353
</plugin>
5454
<plugin>
5555
<artifactId>maven-enforcer-plugin</artifactId>
56-
<version>3.0.0</version>
56+
<version>3.2.1</version>
5757
<configuration>
5858
<rules>
5959
<requireMavenVersion>
@@ -73,7 +73,7 @@
7373
</plugin>
7474
<plugin>
7575
<artifactId>maven-surefire-plugin</artifactId>
76-
<version>3.0.0-M5</version>
76+
<version>3.0.0-M7</version>
7777
</plugin>
7878
<plugin>
7979
<groupId>org.jasig.maven</groupId>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.glassfish.jaxb</groupId>
9292
<artifactId>jaxb-runtime</artifactId>
93-
<version>2.3.5</version>
93+
<version>2.3.6</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>jakarta.xml.bind</groupId>
@@ -132,15 +132,15 @@
132132
</plugin>
133133
<plugin>
134134
<artifactId>maven-jar-plugin</artifactId>
135-
<version>3.2.0</version>
135+
<version>3.3.0</version>
136136
</plugin>
137137
<plugin>
138138
<artifactId>maven-install-plugin</artifactId>
139-
<version>3.0.0-M1</version>
139+
<version>3.0.1</version>
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-deploy-plugin</artifactId>
143-
<version>3.0.0-M1</version>
143+
<version>3.0.0</version>
144144
</plugin>
145145
<plugin>
146146
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)