|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>net.sf.openas2</groupId> |
7 | 7 | <artifactId>OpenAS2</artifactId> |
8 | | - <version>4.5.0</version> |
| 8 | + <version>4.5.1</version> |
9 | 9 | <name>OpenAS2</name> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
|
51 | 51 | <dependency> |
52 | 52 | <groupId>org.bouncycastle</groupId> |
53 | 53 | <artifactId>bcjmail-jdk18on</artifactId> |
54 | | - <version>1.80</version> |
| 54 | + <version>1.81</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>org.bouncycastle</groupId> |
58 | 58 | <artifactId>bcpkix-jdk18on</artifactId> |
59 | | - <version>1.80</version> |
| 59 | + <version>1.81</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>org.bouncycastle</groupId> |
63 | 63 | <artifactId>bcprov-jdk18on</artifactId> |
64 | | - <version>1.80</version> |
| 64 | + <version>1.81</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>org.bouncycastle</groupId> |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>org.bouncycastle</groupId> |
73 | 73 | <artifactId>bcpg-jdk18on</artifactId> |
74 | | - <version>1.80</version> |
| 74 | + <version>1.81</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>org.apache.commons</groupId> |
|
108 | 108 | <dependency> |
109 | 109 | <groupId>org.junit.jupiter</groupId> |
110 | 110 | <artifactId>junit-jupiter</artifactId> |
111 | | - <version>5.12.2</version> |
| 111 | + <version>5.13.0</version> |
112 | 112 | <scope>test</scope> |
113 | 113 | </dependency> |
114 | 114 | <!-- https://mvnrepository.com/artifact/org.mockito/mockito-core --> |
115 | 115 | <dependency> |
116 | 116 | <groupId>org.mockito</groupId> |
117 | 117 | <artifactId>mockito-core</artifactId> |
118 | 118 | <!-- Hold at version 4.x for Java 8 compatibility --> |
119 | | - <version>5.17.0</version> |
| 119 | + <version>5.18.0</version> |
120 | 120 | <scope>test</scope> |
121 | 121 | </dependency> |
122 | 122 | <dependency> |
123 | 123 | <groupId>org.mockito</groupId> |
124 | 124 | <artifactId>mockito-junit-jupiter</artifactId> |
125 | 125 | <!-- Hold at version 4.x for Java 8 compatibility --> |
126 | | - <version>5.17.0</version> |
| 126 | + <version>5.18.0</version> |
127 | 127 | <scope>test</scope> |
128 | 128 | </dependency> |
129 | 129 | <!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest --> |
|
0 commit comments