Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Httpclient version update (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiranjom authored Aug 27, 2024
1 parent 72f6d47 commit 4aec685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ dependencies {
implementation 'org.cryptacular:cryptacular:1.2.5'
implementation 'org.checkerframework:checker-qual:3.42.0'
implementation 'org.apache.santuario:xmlsec:2.3.4'
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
}

// by default the Java plugin runs test on build, change to not do that (only run test if explicit task)
Expand Down
1 change: 1 addition & 0 deletions entity/SecurityEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ along with this software (see the LICENSE.md file). If not, see
<field name="iconName" type="text-short"/>
<field name="defaultUserGroupId" type="id"/>
<field name="ipAllowed" type="text-medium"/>
<field name="webappRootUrl" type="text-medium"/>
<field name="sequenceNum" type="number-integer"/>
<field name="inbound" type="text-indicator"/>
<field name="disabled" type="text-indicator" enable-audit-log="true"/>
Expand Down

0 comments on commit 4aec685

Please sign in to comment.