Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 6, 2023
1 parent 007349b commit 97ac9c0
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions doc/changes/changes_0.5.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ The release also adds a base class that simplifies writing integration tests for
* Updated `github.com/dop251/goja_nodejs:v0.0.0-20230914102007-198ba9a8b098` to `v0.0.0-20231022114343-5c1f9037c9ab`
* Updated `github.com/exasol/exasol-driver-go:v1.0.3` to `v1.0.4`

#### Test Dependency Updates

* Updated `golang.org/x/mod:v0.13.0` to `v0.14.0`

### Extension Manager Java Client

#### Compile Dependency Updates
Expand All @@ -40,6 +44,8 @@ The release also adds a base class that simplifies writing integration tests for
#### Test Dependency Updates

* Updated `nl.jqno.equalsverifier:equalsverifier:3.15.2` to `3.15.3`
* Updated `org.junit.jupiter:junit-jupiter-api:5.10.0` to `5.10.1`
* Updated `org.junit.jupiter:junit-jupiter-params:5.10.0` to `5.10.1`

#### Plugin Dependency Updates

Expand All @@ -57,9 +63,11 @@ The release also adds a base class that simplifies writing integration tests for

* Updated `com.exasol:extension-manager-client-java:0.5.4` to `0.5.5`
* Updated `com.exasol:hamcrest-resultset-matcher:1.6.1` to `1.6.2`
* Updated `org.junit.jupiter:junit-jupiter-api:5.10.0` to `5.10.1`

#### Test Dependency Updates

* Updated `org.junit.jupiter:junit-jupiter-params:5.10.0` to `5.10.1`
* Updated `org.mockito:mockito-junit-jupiter:5.6.0` to `5.7.0`

#### Plugin Dependency Updates
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d
github.com/dop251/goja_nodejs v0.0.0-20231022114343-5c1f9037c9ab
github.com/stretchr/testify v1.8.4
golang.org/x/mod v0.13.0
golang.org/x/mod v0.14.0
)

require (
Expand Down Expand Up @@ -40,19 +40,19 @@ require (
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.15.5 // indirect
github.com/go-playground/validator/v10 v10.16.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/objx v0.5.1 // indirect
github.com/swaggo/files v1.0.1 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
24 changes: 12 additions & 12 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<url>https://github.com/exasol/extension-manager/</url>
<properties>
<revision>0.5.5</revision>
<junit.version>5.10.0</junit.version>
<junit.version>5.10.1</junit.version>
</properties>
<modules>
<module>extension-manager-integration-test-java</module>
Expand Down

0 comments on commit 97ac9c0

Please sign in to comment.