Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 21e98e8

Browse files
build(deps): bump com.redhat.devtools.intellij:intellij-common-ui-test-library from 0.3.0 to 0.4.0 (#815)
* build(deps): bump com.redhat.devtools.intellij:intellij-common-ui-test-library Bumps [com.redhat.devtools.intellij:intellij-common-ui-test-library](https://github.com/redhat-developer/intellij-common-ui-test-library) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/redhat-developer/intellij-common-ui-test-library/releases) - [Changelog](https://github.com/redhat-developer/intellij-common-ui-test-library/blob/main/CHANGELOG.md) - [Commits](redhat-developer/intellij-common-ui-test-library@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: com.redhat.devtools.intellij:intellij-common-ui-test-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * test: remove gradle constraint Signed-off-by: Stephane Bouchet <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephane Bouchet <[email protected]>
1 parent daa3512 commit 21e98e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ dependencies {
154154
'org.awaitility:awaitility:4.2.1',
155155
'org.mock-server:mockserver-client-java:5.15.0',
156156
'org.mock-server:mockserver-netty:5.15.0',
157-
'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.3.0',
157+
'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.0',
158158
'org.junit.jupiter:junit-jupiter-engine:5.10.2',
159159
'org.junit.jupiter:junit-jupiter-api:5.10.2',
160160
'org.junit.jupiter:junit-jupiter:5.10.2')
@@ -165,9 +165,6 @@ dependencies {
165165
implementation('com.squareup.okhttp3:okhttp:4.12.0') { //retrofit
166166
because 'https://security.snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044'
167167
}
168-
testImplementation('junit:junit:4.13.2') { //intellij-common-ui-test-library
169-
because 'https://github.com/advisories/GHSA-269g-pwp5-87pp'
170-
}
171168
}
172169
}
173170

0 commit comments

Comments
 (0)