Skip to content

Commit

Permalink
Merge pull request #4 from ortus-boxlang/development
Browse files Browse the repository at this point in the history
1.0.0-Beta3
  • Loading branch information
lmajano authored Jun 28, 2024
2 parents da5955e + bacf425 commit 5e5fc40
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
// Download task
id "de.undercouch.download" version "5.6.0"
// Task visualizer
id "com.dorongold.task-tree" version "3.0.0"
id "com.dorongold.task-tree" version "4.0.0"
}

/**
Expand Down Expand Up @@ -48,7 +48,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.13.Final'
implementation 'io.undertow:undertow-core:2.3.14.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 Jun 14 16:33:23 UTC 2024
boxlangVersion=1.0.0-beta2
#Fri Jun 21 19:31:41 UTC 2024
boxlangVersion=1.0.0-beta3
jdkVersion=21
version=1.0.0-beta2
version=1.0.0-beta3
group=ortus.boxlang

0 comments on commit 5e5fc40

Please sign in to comment.