Version bumps
This commit is contained in:
parent
1fa8095fa4
commit
5236415b66
12
pom.xml
12
pom.xml
@ -20,9 +20,9 @@
|
||||
<properties>
|
||||
<java.version>11</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<junit.platform.version>1.6.0</junit.platform.version>
|
||||
<junit.version>5.6.0</junit.version>
|
||||
<jackson.version>2.10.3</jackson.version>
|
||||
<junit.platform.version>1.7.0-M1</junit.platform.version>
|
||||
<junit.version>5.7.0-M1</junit.version>
|
||||
<jackson.version>2.11.0</jackson.version>
|
||||
</properties>
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:svenkubiak/JPushover.git</connection>
|
||||
@ -185,13 +185,13 @@
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>7.3.1</version>
|
||||
<version>8.0.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.9</version>
|
||||
<version>3.10</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -253,7 +253,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-slf4j18-impl</artifactId>
|
||||
<version>2.13.1</version>
|
||||
<version>2.13.3</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
Loading…
x
Reference in New Issue
Block a user