|
45 | 45 | <dependency> |
46 | 46 | <groupId>com.ibm.websphere.appserver.api</groupId> |
47 | 47 | <artifactId>com.ibm.websphere.appserver.api.passwordUtil</artifactId> |
48 | | - <version>1.0.104</version> |
| 48 | + <version>1.0.105</version> |
49 | 49 | <scope>provided</scope> |
50 | 50 | </dependency> |
51 | 51 | <!-- end::passwordUtilDependency[] --> |
52 | 52 | <!-- tag::sslDependency[] --> |
53 | 53 | <dependency> |
54 | 54 | <groupId>com.ibm.websphere.appserver.api</groupId> |
55 | 55 | <artifactId>com.ibm.websphere.appserver.api.ssl</artifactId> |
56 | | - <version>1.8.104</version> |
| 56 | + <version>1.8.105</version> |
57 | 57 | <scope>provided</scope> |
58 | 58 | </dependency> |
59 | 59 | <!-- end::sslDependency[] --> |
|
62 | 62 | <dependency> |
63 | 63 | <groupId>org.mongodb</groupId> |
64 | 64 | <artifactId>mongodb-driver-sync</artifactId> |
65 | | - <version>5.5.1</version> |
| 65 | + <version>5.6.0</version> |
66 | 66 | </dependency> |
67 | 67 | <!-- end::mongoDriver[] --> |
68 | 68 | <!-- For tests --> |
69 | 69 | <dependency> |
70 | 70 | <groupId>org.jboss.resteasy</groupId> |
71 | 71 | <artifactId>resteasy-client</artifactId> |
72 | | - <version>6.2.12.Final</version> |
| 72 | + <version>6.2.14.Final</version> |
73 | 73 | <scope>test</scope> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>org.jboss.resteasy</groupId> |
77 | 77 | <artifactId>resteasy-json-binding-provider</artifactId> |
78 | | - <version>6.2.12.Final</version> |
| 78 | + <version>6.2.14.Final</version> |
79 | 79 | <scope>test</scope> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>org.junit.jupiter</groupId> |
89 | 89 | <artifactId>junit-jupiter</artifactId> |
90 | | - <version>5.13.4</version> |
| 90 | + <version>5.14.0</version> |
91 | 91 | <scope>test</scope> |
92 | 92 | </dependency> |
93 | 93 | </dependencies> |
|
111 | 111 | <plugin> |
112 | 112 | <groupId>org.apache.maven.plugins</groupId> |
113 | 113 | <artifactId>maven-surefire-plugin</artifactId> |
114 | | - <version>3.5.3</version> |
| 114 | + <version>3.5.4</version> |
115 | 115 | </plugin> |
116 | 116 | <!-- Plugin to run functional tests --> |
117 | 117 | <plugin> |
118 | 118 | <groupId>org.apache.maven.plugins</groupId> |
119 | 119 | <artifactId>maven-failsafe-plugin</artifactId> |
120 | | - <version>3.5.3</version> |
| 120 | + <version>3.5.4</version> |
121 | 121 | <configuration> |
122 | 122 | <!-- tag::testsysprops[] --> |
123 | 123 | <systemPropertyVariables> |
|
0 commit comments