Skip to content

Commit

Permalink
Update dependencies (CodelyTV#21)
Browse files Browse the repository at this point in the history
* Bump spring-boot-gradle-plugin from 2.1.8.RELEASE to 2.2.1.RELEASE (CodelyTV#3)

Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.1.8.RELEASE to 2.2.1.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.8.RELEASE...v2.2.1.RELEASE)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump junit-jupiter-engine from 5.3.2 to 5.5.2 (CodelyTV#6)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.3.2 to 5.5.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.3.2...r5.5.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump jaxb-impl from 2.1.2 to 2.3.2 (CodelyTV#8)

Bumps jaxb-impl from 2.1.2 to 2.3.2.

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump log4j2-logstash-layout from 0.19 to 0.21 (CodelyTV#10)

Bumps [log4j2-logstash-layout](https://github.com/vy/log4j2-logstash-layout) from 0.19 to 0.21.
- [Release notes](https://github.com/vy/log4j2-logstash-layout/releases)
- [Changelog](https://github.com/vy/log4j2-logstash-layout/blob/master/CHANGELOG.md)
- [Commits](vy/log4j2-logstash-layout@v0.19...v0.21)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump mysql-connector-java from 8.0.17 to 8.0.18 (CodelyTV#7)

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.17 to 8.0.18.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](mysql/mysql-connector-j@8.0.17...8.0.18)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump junit-jupiter-api from 5.3.2 to 5.5.2 (CodelyTV#12)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.3.2 to 5.5.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.3.2...r5.5.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump hibernate-core from 5.4.5.Final to 5.4.9.Final (CodelyTV#14)

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.5.Final to 5.4.9.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/master/changelog.txt)
- [Commits](hibernate/hibernate-orm@5.4.5...5.4.9)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump tomcat-dbcp from 9.0.26 to 9.0.29 (CodelyTV#19)

Bumps tomcat-dbcp from 9.0.26 to 9.0.29.

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
rgomezcasas authored Nov 25, 2019
1 parent 6672a04 commit 1ed8827
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ allprojects {
// Prod
implementation 'org.apache.logging.log4j:log4j-core:2.12.1'
implementation 'org.apache.logging.log4j:log4j-api:2.12.1'
implementation 'com.vlkan.log4j2:log4j2-logstash-layout:0.19'
implementation 'com.vlkan.log4j2:log4j2-logstash-layout:0.21'
implementation 'io.github.cdimascio:java-dotenv:5.1.3'

implementation 'org.hibernate:hibernate-core:5.4.5.Final'
implementation 'org.hibernate:hibernate-core:5.4.9.Final'
implementation 'org.springframework:spring-orm:5.1.10.RELEASE'
implementation 'org.apache.tomcat:tomcat-dbcp:9.0.26'
implementation 'com.sun.xml.bind:jaxb-impl:2.1.2'
implementation 'org.apache.tomcat:tomcat-dbcp:9.0.29'
implementation 'com.sun.xml.bind:jaxb-impl:2.3.2'
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'org.springframework:spring-context-support:5.2.1.RELEASE'
implementation 'org.freemarker:freemarker-gae:2.3.29'
implementation 'org.reflections:reflections:0.9.11'
implementation 'org.springframework.boot:spring-boot-starter-amqp'
implementation 'org.elasticsearch.client:elasticsearch-rest-client:6.8.4'
implementation 'org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.4'
runtime 'mysql:mysql-connector-java:8.0.17'
runtime 'mysql:mysql-connector-java:8.0.18'

// Test
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.2'
testImplementation 'org.mockito:mockito-core:2.+'
testImplementation 'com.github.javafaker:javafaker:1.0.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.2'
}

dependencyManagement {
Expand Down Expand Up @@ -117,7 +117,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE')
classpath('org.springframework.boot:spring-boot-gradle-plugin:2.2.1.RELEASE')
}
}

Expand Down

0 comments on commit 1ed8827

Please sign in to comment.