Skip to content

Commit

Permalink
update kendra to 1.12.565
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablo-santos committed Oct 9, 2023
1 parent 41f5586 commit cdd36ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ hsqldb-2.7.1.jar ./jspwiki-war/src/main/config/doc/LI
sqltool-2.7.1.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb
jetty-all-9.4.51.v20230217.jar LICENSE
junit-5.10.0 ./jspwiki-war/src/main/config/doc/LICENSE.cpl
mockito-core-5.4.0.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit
selenide-6.16.1.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit
mockito-core-5.5.0.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit
selenide-6.17.2.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit
stripes-1.7.0-async.jar LICENSE
yuicompressor-2.4.7.jar ./jspwiki-war/src/main/config/doc/LICENSE.yui

Expand All @@ -304,12 +304,12 @@ SlimBox ./jspwiki-war/src/main/config/doc/LI

RESOURCES LICENSE FILE
=============================================================================================================
Apache Tomcat 9.0.78 LICENSE
Apache Tomcat 9.0.80 LICENSE
Font Awesome (CSS & LESS files) ./jspwiki-war/src/main/config/doc/LICENSE.mit
Font Awesome (Fonts) ./jspwiki-war/src/main/config/doc/LICENSE.ofl
SilkIconSet ./jspwiki-war/src/main/config/doc/LICENSE.SilkIconSet

OTHER
=============================================================================================================
While not bundled by default, Apache Tika extracts content from a lot of different file formats using several
OSS libraries, which can be consulted at https://tika.apache.org/2.1.0/formats.html
OSS libraries, which can be consulted at https://tika.apache.org/2.8.0/formats.html
2 changes: 1 addition & 1 deletion mvn_cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.

| Maven Command (1) | Description |
|-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| mvn | performs a default build ´clean verify apache-rat:check´ |
| mvn | performs a default build `clean verify apache-rat:check` |
| mvn clean install | performs a build |
| mvn clean install -Dmaven.test.skip | performs a build, skipping the tests (not recommended) |
| mvn clean test | compiles the source and executes the tests |
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@

<akismet-java.version>1.02</akismet-java.version>
<awaitility.version>4.2.0</awaitility.version>
<aws-java-sdk-kendra.version>1.12.468</aws-java-sdk-kendra.version>
<aws-java-sdk-kendra.version>1.12.565</aws-java-sdk-kendra.version>
<commons-collections.version>4.4</commons-collections.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<commons-httpclient.version>3.1</commons-httpclient.version>
<commons-io.version>2.13.0</commons-io.version>
<commons-io.version>2.14.0</commons-io.version>
<commons-lang.version>3.13.0</commons-lang.version>
<commons-text.version>1.10.0</commons-text.version>
<ehcache.version>2.10.9.2</ehcache.version>
Expand All @@ -69,16 +69,16 @@
<jrcs-diff.version>0.4.2</jrcs-diff.version>
<junit.version>5.10.0</junit.version>
<log4j2.version>2.20.0</log4j2.version>
<lucene.version>9.7.0</lucene.version>
<lucene.version>9.8.0</lucene.version>
<mockito.version>5.5.0</mockito.version>
<nekohtml.version>2.1.2</nekohtml.version>
<oro.version>2.0.8</oro.version>
<sandler.version>0.5</sandler.version>
<selenide.version>6.17.2</selenide.version>
<selenide.version>6.19.0</selenide.version>
<slf4j.version>1.7.36</slf4j.version>
<stripes.version>1.7.0-async-beta</stripes.version>
<tika.version>2.8.0</tika.version>
<tomcat.version>9.0.78</tomcat.version>
<tomcat.version>9.0.80</tomcat.version>
<wro4j.version>1.8.0</wro4j.version>
<xmlrpc.version>2.0.1</xmlrpc.version>

Expand All @@ -87,10 +87,10 @@
<plugin.clean.version>3.3.1</plugin.clean.version>
<plugin.compiler.version>3.11.0</plugin.compiler.version>
<plugin.dependency.version>3.6.0</plugin.dependency.version>
<plugin.enforcer.version>3.3.0</plugin.enforcer.version>
<plugin.enforcer.version>3.4.1</plugin.enforcer.version>
<plugin.install.version>3.1.1</plugin.install.version>
<plugin.jar.version>3.3.0</plugin.jar.version>
<plugin.javadoc.version>3.5.0</plugin.javadoc.version>
<plugin.javadoc.version>3.6.0</plugin.javadoc.version>
<plugin.jxr.version>3.3.0</plugin.jxr.version>
<plugin.project-info-reports.version>3.4.5</plugin.project-info-reports.version>
<plugin.release.version>3.0.1</plugin.release.version>
Expand Down

0 comments on commit cdd36ac

Please sign in to comment.