Skip to content

Commit 8306848

Browse files
authored
Merge pull request #15 from jamezp/component-upgrades
Upgrade slf4j, JUnit and the JBoss Log Manager.
2 parents 2c26c7e + 9dfe190 commit 8306848

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
</parent>
3838

3939
<properties>
40-
<version.junit>4.13.1</version.junit>
41-
<version.org.jboss.logmanager>2.1.17.Final</version.org.jboss.logmanager>
42-
<version.org.slf4j>1.7.30</version.org.slf4j>
40+
<version.junit>4.13.2</version.junit>
41+
<version.org.jboss.logmanager>2.1.18.Final</version.org.jboss.logmanager>
42+
<version.org.slf4j>1.7.36</version.org.slf4j>
4343
</properties>
4444

4545
<licenses>
4646
<license>
4747
<name>Apache License 2.0</name>
48-
<url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
48+
<url>https://repository.jboss.org/licenses/apache-2.0.txt</url>
4949
<distribution>repo</distribution>
5050
</license>
5151
</licenses>

0 commit comments

Comments
 (0)