Skip to content

Commit 23b14eb

Browse files
authored
Update OpenDJ dependency version to 5.0.4 (#78)
1 parent f2c6332 commit 23b14eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
openicf/bin/openicf.sh stop
4747
rm -rf openicf/logs/*
4848
else
49-
brew install coreutils jsvc
49+
brew update
50+
brew install coreutils jsvc
5051
fi
5152
openicf/bin/ConnectorServer.sh /run &
5253
timeout 2m bash -c 'until grep -q "ConnectorServer listening on" openicf/logs/ConnectorServer.log ; do sleep 5; done'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>org.openidentityplatform.opendj</groupId>
179179
<artifactId>opendj-parent</artifactId>
180-
<version>5.0.3</version>
180+
<version>5.0.4</version>
181181
<type>pom</type>
182182
<scope>import</scope>
183183
</dependency>

0 commit comments

Comments
 (0)