Skip to content

Commit

Permalink
Update dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed May 26, 2022
1 parent f026944 commit 6b74471
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions impl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2020 Rudy De Busscher (https://www.atbash.be)
Copyright 2017-2022 Rudy De Busscher (https://www.atbash.be)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.64</version>
<version>1.70</version>
</dependency>

<!-- test dependencies-->
Expand Down Expand Up @@ -189,22 +189,22 @@
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>1.0</version>
<version>1.0.11</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.1</version>
<version>1.1.4</version>
<scope>test</scope>
</dependency>

<dependency>
<!-- required for AbstractJacksonJsonSerializerTest -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.5.5</version>
<version>2.13.2</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2019 Rudy De Busscher (https://www.atbash.be)
Copyright 2017-2022 Rudy De Busscher (https://www.atbash.be)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -63,8 +63,8 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<atbash-utils.version>1.0.0-SNAPSHOT</atbash-utils.version>
<atbash-config.version>1.0.0-SNAPSHOT</atbash-config.version>
<atbash-utils.version>1.1.0</atbash-utils.version>
<atbash-config.version>1.0.0</atbash-config.version>
<javax.json.bind.version>1.0</javax.json.bind.version>
<javax.json.version>1.1</javax.json.version>

Expand Down

0 comments on commit 6b74471

Please sign in to comment.