Skip to content

Commit

Permalink
Groovy 4.10.15, SLF4J 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Sep 28, 2023
1 parent 29314d8 commit acfbdec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Released: not yet

* JavaFX 17.0.7
* Micronaut 3.4.4
* SLF4J 2.0.7
* SLF4J 2.0.9

=== Build

* Upgrade to Gradle 8.4-rc-2
* Upgrade to Spock 2.3-groovy-4.0
* Run Spock with Groovy 4.0.13 (for JDK 20 support)
* Run Spock with Groovy 4.0.15
* Upgrade to JavaFX Plugin 0.0.13
* Upgrade to Badass JLink Plugin 2.25.0
* Upgrade BadAss Jar Plugin to 2.0.0 (used for base `app.supernaut` module)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ org.gradle.java.installations.auto-download = false
# Module Dependencies
javaFxVersion = 17.0.7
micronautVersion = 3.4.4
slf4jVersion = 2.0.7
slf4jVersion = 2.0.9

# Test dependencies
micronautTestSpockVersion = 3.0.5
spockVersion = 2.3-groovy-4.0
groovyVersion = 4.0.13
groovyVersion = 4.0.15

0 comments on commit acfbdec

Please sign in to comment.