@@ -46,33 +46,33 @@ repositories {
4646
4747dependencies {
4848 // https://mvnrepository.com/artifact/org.graylog2/graylog2-server
49- compile group : ' org.graylog2' , name : ' graylog2-server' , version : ' 2.5.0 '
49+ compile group : ' org.graylog2' , name : ' graylog2-server' , version : ' 3.3.5 '
5050
5151 // https://mvnrepository.com/artifact/org.jboss.dashboard-builder/dashboard-builder-bom
5252 compile group : ' org.jboss.dashboard-builder' , name : ' dashboard-builder-bom' , version : ' 6.5.0.Final' , ext : ' pom'
5353
5454 // https://mvnrepository.com/artifact/com.google.auto.value/auto-value
55- compileOnly group : ' com.google.auto.value' , name : ' auto-value' , version : ' 1.6.3 '
55+ compileOnly group : ' com.google.auto.value' , name : ' auto-value' , version : ' 1.7.4 '
5656
5757 // https://mvnrepository.com/artifact/org.projectlombok/lombok
58- compile group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.4 '
58+ compile group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.12 '
5959
6060
6161 // TESTS
6262
6363 // https://mvnrepository.com/artifact/org.springframework/spring-web
64- testCompile group : ' org.springframework' , name : ' spring-web' , version : ' 5.1.4 .RELEASE'
64+ testCompile group : ' org.springframework' , name : ' spring-web' , version : ' 5.2.8 .RELEASE'
6565
6666 // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
67- testCompile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.9.8 '
67+ testCompile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.11.2 '
6868
69- testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
69+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13 '
7070
7171 // https://mvnrepository.com/artifact/org.mockito/mockito-core
72- testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 2.7.13 '
72+ testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 3.5.0 '
7373
7474 // https://mvnrepository.com/artifact/org.testcontainers/testcontainers
75- testCompile group : ' org.testcontainers' , name : ' testcontainers' , version : ' 1.10.5 '
75+ testCompile group : ' org.testcontainers' , name : ' testcontainers' , version : ' 1.14.3 '
7676
7777}
7878
0 commit comments