Skip to content

Commit

Permalink
Merge pull request #18 from ortus-boxlang/development
Browse files Browse the repository at this point in the history
1.0.0-Beta13
  • Loading branch information
lmajano authored Sep 6, 2024
2 parents 879b3f0 + 55bbcca commit 3c2b28d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation files( 'src/test/resources/libs/boxlang-' + boxlangVersion + '-all.jar' )

// https://mvnrepository.com/artifact/io.undertow/undertow-core/2.3.12.Final
implementation 'io.undertow:undertow-core:2.3.16.Final'
implementation 'io.undertow:undertow-core:2.3.17.Final'

// Testing Dependencies
testImplementation "org.junit.jupiter:junit-jupiter:5.+"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Fri Aug 23 13:09:49 UTC 2024
boxlangVersion=1.0.0-beta12
#Fri Aug 30 16:57:17 UTC 2024
boxlangVersion=1.0.0-beta13
jdkVersion=21
version=1.0.0-beta12
version=1.0.0-beta13
group=ortus.boxlang

0 comments on commit 3c2b28d

Please sign in to comment.