File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >2.0.8.RELEASE </version >
15
+ <version >2.6.3 </version >
16
16
<relativePath /> <!-- .. lookup parent from repository -->
17
17
</parent >
18
18
50
50
<groupId >org.springframework.boot</groupId >
51
51
<artifactId >spring-boot-starter-actuator</artifactId >
52
52
<version >${springBootVersion} </version >
53
+ <exclusions >
54
+ <exclusion >
55
+ <groupId >org.apache.logging.log4j</groupId >
56
+ <artifactId >log4j-to-slf4j</artifactId >
57
+ </exclusion >
58
+ </exclusions >
53
59
</dependency >
54
60
<dependency >
55
61
<groupId >org.springframework.boot</groupId >
84
90
<groupId >com.vaadin.external.google</groupId >
85
91
<artifactId >android-json</artifactId >
86
92
</exclusion >
93
+ <exclusion >
94
+ <groupId >org.junit.jupiter</groupId >
95
+ <artifactId >junit-jupiter</artifactId >
96
+ </exclusion >
87
97
</exclusions >
88
98
</dependency >
89
99
112
122
<dependency >
113
123
<groupId >junit</groupId >
114
124
<artifactId >junit</artifactId >
115
- <version >4.13.1 </version >
125
+ <version >4.13.2 </version >
116
126
</dependency >
117
127
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
118
128
<dependency >
119
129
<groupId >org.mockito</groupId >
120
130
<artifactId >mockito-core</artifactId >
121
- <version >2.9 .0</version >
131
+ <version >4.0 .0</version >
122
132
<scope >test</scope >
123
133
</dependency >
124
134
<!-- https://mvnrepository.com/artifact/org.mock-server/mockserver-client-java -->
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export EIFFEL_ER_IMAGE="eiffelericsson/eiffel-er:0.0.67"
13
13
export MAILSERVER_IMAGE=" mailhog/mailhog"
14
14
export REMREM_GENERATE_IMAGE=" eiffelericsson/eiffel-remrem-generate:2.0.4"
15
15
export REMREM_PUBLISH_IMAGE=" eiffelericsson/eiffel-remrem-publish:2.0.2"
16
- export JENKINS_IMAGE=" bitnami/jenkins:2.138 .3"
16
+ export JENKINS_IMAGE=" bitnami/jenkins:2.319 .3"
17
17
export LDAP_IMAGE=" osixia/openldap:1.2.4"
18
18
19
19
export EI_BACKEND_IMAGE=" eiffelericsson/eiffel-intelligence-backend:3.0.0"
You can’t perform that action at this time.
0 commit comments