Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e954d7f

Browse filesBrowse files
committed
Upgrade to AspectJ 1.9.7, Groovy 2.5.15, BlockHound 1.0.6, SLF4J 1.7.32
1 parent ec13a3f commit e954d7f
Copy full SHA for e954d7f

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎build.gradle

Copy file name to clipboardExpand all lines: build.gradle
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ configure(allprojects) { project ->
4242
entry 'log4j-jul'
4343
entry 'log4j-slf4j-impl'
4444
}
45-
dependency "org.slf4j:slf4j-api:1.7.30"
45+
dependency "org.slf4j:slf4j-api:1.7.32"
4646
dependency "com.google.code.findbugs:jsr305:3.0.2"
4747

48-
dependencySet(group: 'org.aspectj', version: '1.9.6') {
48+
dependencySet(group: 'org.aspectj', version: '1.9.7') {
4949
entry 'aspectjrt'
5050
entry 'aspectjtools'
5151
entry 'aspectjweaver'
5252
}
53-
dependencySet(group: 'org.codehaus.groovy', version: '2.5.13') {
53+
dependencySet(group: 'org.codehaus.groovy', version: '2.5.15') {
5454
entry 'groovy'
5555
entry 'groovy-jsr223'
5656
entry 'groovy-templates'
@@ -61,7 +61,7 @@ configure(allprojects) { project ->
6161
dependency "io.reactivex:rxjava:1.3.8"
6262
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
6363
dependency "io.reactivex.rxjava2:rxjava:2.2.21"
64-
dependency "io.projectreactor.tools:blockhound:1.0.4.RELEASE"
64+
dependency "io.projectreactor.tools:blockhound:1.0.6.RELEASE"
6565

6666
dependency "com.caucho:hessian:4.0.63"
6767
dependency "com.fasterxml:aalto-xml:1.2.2"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.