Skip to content

Commit

Permalink
Merge pull request #600 from groldan/dependency/acl-2.4-SNAPSHOT
Browse files Browse the repository at this point in the history
Upgrade GeoServer ACL 2.3.1 -> 2.4-SNAPSHOT
  • Loading branch information
groldan authored Feb 4, 2025
2 parents be5ff06 + a419e11 commit f7e5856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions compose/localports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Port numbers match the ones in the `local` spring profile used for development.
services:
# catalog microservice, provides a unified catalog backend to all services
acl:
ports:
- 9000:8080
wfs:
ports:
- 9101:8080
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<jackson.version>2.18.2</jackson.version>
<gs.version>2.27.0-SNAPSHOT</gs.version>
<gt.version>33-SNAPSHOT</gt.version>
<acl.version>2.3.1</acl.version>
<acl.version>2.4-SNAPSHOT</acl.version>
<postgresql.version>42.7.3</postgresql.version>
<!-- Same netty.version used by geoserver for COG and GWC Azure plugin -->
<netty.version>4.1.113.Final</netty.version>
Expand Down

0 comments on commit f7e5856

Please sign in to comment.