Skip to content

Commit

Permalink
Updated GWT dependency to 2.12.1 and removed some outdated workaround…
Browse files Browse the repository at this point in the history
…s for older GWT issues.
  • Loading branch information
gWestenberger committed Dec 4, 2024
1 parent ad6055d commit 924f4ef
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 1,030 deletions.
1 change: 1 addition & 0 deletions build-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ gwt-servlet-2.7.0.jar,\
gwt-servlet-2.8.2.jar,\
gwt-servlet-2.9.0.jar,\
gwt-servlet-2.10.0.jar,\
gwt-servlet-2.11.0.jar,\
gwt-servlet.jar,\
h2-1.2.145.jar,\
HikariCP-2.7.6.jar,\
Expand Down
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies {
gwtCompile group: 'ant', name: 'ant', version: '1.6.5'
gwtCompile group: 'colt', name: 'colt', version: '1.2.0'
gwtCompile group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
gwtCompile group: 'org.gwtproject', name: 'gwt-dev', version: '2.11.0'
gwtCompile group: 'org.gwtproject', name: 'gwt-user', version: '2.11.0'
gwtCompile group: 'org.gwtproject', name: 'gwt-dev', version: '2.12.1'
gwtCompile group: 'org.gwtproject', name: 'gwt-user', version: '2.12.1'
gwtCompile group: 'com.google.jsinterop', name: 'jsinterop-annotations', version: '2.0.0'
gwtCompile(group: 'com.google.jsinterop', name: 'jsinterop-annotations', version: '1.0.2'){
artifact {
Expand Down Expand Up @@ -84,7 +84,7 @@ dependencies {
distribution group: 'com.google.elemental2', name: 'elemental2-dom', version: '1.1.0'
distribution group: 'com.google.elemental2', name: 'elemental2-webstorage', version: '1.1.0'
distribution group: 'com.google.guava', name: 'failureaccess', version: '1.0.1'
distribution group: 'org.gwtproject', name: 'gwt-servlet', version: '2.11.0'
distribution group: 'org.gwtproject', name: 'gwt-servlet', version: '2.12.1'
distribution group: 'com.google.gwt', name: 'gwt-elemental', version: '2.9.0'
distribution group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
distribution group: 'com.google.j2objc', name: 'j2objc-annotations', version: '1.3'
Expand Down
Loading

0 comments on commit 924f4ef

Please sign in to comment.