Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Upgrade to latest version of Spring Cloud Netflix #1322

Merged
merged 2 commits into from
Apr 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OktaGettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The last step before running the example is to set your configuration variables.

``` bash
$ export STORMPATH_CLIENT_BASEURL=[baseurl_from_above]
$ export OKTA_APPLICATION_ID=[aapplication_id_from_above]
$ export OKTA_APPLICATION_ID=[application_id_from_above]
$ export OKTA_API_TOKEN=[api_token_from_above]
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<servlet.version>3.1.0</servlet.version>
<spring.version>4.3.5.RELEASE</spring.version>
<spring.boot.version>1.5.1.RELEASE</spring.boot.version>
<spring.cloud.netflix.version>1.2.4.RELEASE</spring.cloud.netflix.version>
<spring.cloud.netflix.version>1.3.0.RELEASE</spring.cloud.netflix.version>
<spring.security.version>4.2.1.RELEASE</spring.security.version>
<zuul.version>1.3.0</zuul.version>

Expand Down