Skip to content

Commit

Permalink
Update dependencies to match latest Xtext version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed Nov 13, 2024
1 parent 1c3714f commit df73627
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/

version = '1.2.0-SNAPSHOT'
version = '1.3.0-SNAPSHOT'

ext.versions = [
xtext: '[2.33,2.34)',
elk: '[0.9,0.10)',
guava: '[32.0.0, 33)',
xtext: '[2.33,2.37)',
elk: '[0.9,0.11)',
guava: '[33.3.1,34.0.0)',
guice: '[7.0,7.1)',
gson: '[2.10,2.11)',
gson: '[2.10,2.12)',
jakartaee_api: '[10.0,10.1)',
log4j: '[1.2,1.3)',
slf4j: '[1.7,1.8)',
junit: '[4.13,4.14)',
lsp4j: '[0.22,0.23)',
lsp4j: '[0.23.1,0.24)',
jetty: '[11.0,11.1)',
jakarta_inject: '[2.0,2.1)'
]

0 comments on commit df73627

Please sign in to comment.