Browse Source

Pull request #8266: REPORT-67331 jxbrowser 7.15升级到7.22

Merge in DESIGN/design from ~HADES/design:feature/x to feature/x

* commit 'c227ce19f38608450c982005292c5df8f87c22dd':
  REPORT-67311 jxbrowser 7.15升级到7.22
feature/x
Hades 2 years ago
parent
commit
b43a01fe03
  1. 8
      build.gradle

8
build.gradle

@ -67,10 +67,10 @@ allprojects {
implementation 'com.fr.third:jxbrowser:6.23'
implementation 'com.fr.third:jxbrowser-mac:6.23'
implementation 'com.fr.third:jxbrowser-win64:6.23'
implementation 'com.fr.third:jxbrowser-v7:7.15'
implementation 'com.fr.third:jxbrowser-mac-v7:7.15'
implementation 'com.fr.third:jxbrowser-win64-v7:7.15'
implementation 'com.fr.third:jxbrowser-swing-v7:7.15'
implementation 'com.fr.third:jxbrowser-v7:7.22'
implementation 'com.fr.third:jxbrowser-mac-v7:7.22'
implementation 'com.fr.third:jxbrowser-win64-v7:7.22'
implementation 'com.fr.third:jxbrowser-swing-v7:7.22'
implementation 'com.fr.third.server:servlet-api:3.0'
implementation 'org.swingexplorer:swexpl:2.0.1'
implementation 'org.swingexplorer:swag:1.0'

Loading…
Cancel
Save